home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batcsh10.zip / patches.skl < prev    next >
Text File  |  1993-07-24  |  760b  |  38 lines

  1. Prereq: 2.16
  2. *** .\old\flex.skl    Sat Jul 24 01:01:46 1993
  3. --- .\flex.skl    Sat Jul 24 00:52:20 1993
  4. ***************
  5. *** 48,53 ****
  6. --- 48,54 ----
  7.   
  8.   
  9.   #ifdef __TURBOC__
  10. + #define YY_USE_PROTOS
  11.   #define YY_USE_CONST
  12.   #endif
  13.   
  14. ***************
  15. *** 61,66 ****
  16. --- 62,72 ----
  17.   #define YY_PROTO(proto) proto
  18.   #else
  19.   #define YY_PROTO(proto) ()
  20. + #ifdef __TURBOC__
  21. + #include <alloc.h>
  22. + #include <io.h>
  23. + #else
  24.   /* we can't get here if it's an ANSI C compiler, or a C++ compiler,
  25.    * so it's got to be a K&R compiler, and therefore there's no standard
  26.    * place from which to include these definitions
  27. ***************
  28. *** 68,73 ****
  29. --- 74,80 ----
  30.   char *malloc();
  31.   int free();
  32.   int read();
  33. + #endif
  34.   #endif
  35.   
  36.   
  37.